home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / mathfun.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.4 KB  |  74 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : MATHFUN
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : N/A
  6. -- AUTHOR            : David Kwong
  7. -- COPYRIGHT         : 1986 (c) David Kwong
  8. -- DATE CREATED      : 12/23/86
  9. -- DATE RELEASED     : 12/23/86
  10. -- DATE LAST UPDATED : 12/23/86
  11. -- LOCATION          : C2MUG
  12. -- LOCATION          : ASR
  13. -- ENVIRONMENT       : VAX 11/780, VMS 4.4, DEC Ada
  14. --= CLASSIFICATION       ===============================================--
  15. -- CATEGORY LEVEL 1  : MATH
  16. -- CATEGORY LEVEL 2  : Library
  17. -- CATEGORY LEVEL 3  : Array Manipulation
  18. -- CATEGORY LEVEL 4  : Array Manipulation 2
  19. -- KEYWORD           : Math Functions
  20. -- KEYWORD           : Arrays
  21. -- INDEX             : Math
  22. -- INDEX             : Arrays
  23. -- INDEX             : Math Functions
  24. -- TAXONOMY          : 
  25. -- DEPENDENCIES      : 
  26. -- SEE ALSO          : 
  27. --= FILE LISTING         ===============================================--
  28. -- FILE SPECS        : PD:<ADA.MATH>MATHFUN.*
  29. -- DIRECTORY DISPLAY :
  30. -- Directory   PD:<ADA.MATH>
  31. --      File Name     Byte Count  Line Count
  32. --   ---------------  ----------  ----------
  33. --   MATHFUN.CMM             171           6
  34. --   MATHFUN.DAT           11013         113
  35. --   MATHFUN.PRO            2887          72
  36. --   MATHFUN.SRC           28563        1202
  37. --   ===============  ==========  ==========
  38. --     4 Files             42634        1393
  39. --= ABSTRACT             ===============================================--
  40. -- MATHFUN - Selected math functions for integer and floating point
  41. -- math.  Functions for one- and two-dimensional arrays are included.
  42. -- 
  43. -- MATHFUN.SRC -- This file contains math functions and array
  44. -- functions programs with test programs.  The programs include:
  45. -- 
  46. -- 1) MATHGENI -- generic package of integer math functions
  47. -- 2) MATHGENF -- generic package of floating point math functions
  48. -- 3) MATHFUNG -- generic package of three component types
  49. -- 4) ARRAYFG1 -- generic package of one dimensional array functions (vectors)
  50. -- 5) ARRAYFG2 -- generic package of two dimensional array functions (matrices)
  51. -- 6) ARRAYFG -- generic package of three array component types
  52. --= REVISION HISTORY     ===============================================--
  53. --
  54. -- DATE         VERSION    AUTHOR                  HISTORY
  55. -- 12/23/86    1.0    David Kwong        Initial Release
  56. --= RELEASE NOTICE       ===============================================--
  57. -- This prologue must be included in all copies of this software.
  58. --
  59. -- This software is copyright by the author.
  60. --
  61. -- This software is released to the Ada community.
  62. -- Restrictions on use or distribution:  NONE
  63. --= DISCLAIMER           ===============================================--
  64. --     This software and its documentation are provided "AS IS" and
  65. -- without any expressed or implied warranties whatsoever.  No warranties
  66. -- as to performance, merchantability, or fitness for a particular
  67. -- purpose exist.
  68. --     The user is advised to test the software thoroughly before
  69. -- relying on it.  The user must assume the entire risk and liability of
  70. -- using this software.  In no event shall any person or organization of
  71. -- people be held responsible for any direct, indirect, consequential or
  72. -- inconsequential damages or lost profits.
  73. --======================================================================--
  74.